- traversal of track
- Макаров: движение по траектории, прохождение пути
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Radix sort — In computer science, radix sort is a sorting algorithm that sorts integers by processing individual digits. Because integers can represent strings of characters (e.g., names or dates) and specially formatted floating point numbers, radix sort is… … Wikipedia
Network address translation — NAT redirects here. For other uses, see Nat (disambiguation). In computer networking, network address translation (NAT) is the process of modifying IP address information in IP packet headers while in transit across a traffic routing device. The… … Wikipedia
Doubly linked list — In computer science, a doubly linked list is a linked data structure that consists of a set of sequentially linked records called nodes. Each node contains two fields, called links, that are references to the previous and to the next node in the… … Wikipedia
Linked list — In computer science, a linked list is a data structure consisting of a group of nodes which together represent a sequence. Under the simplest form, each node is composed of a datum and a reference (in other words, a link) to the next node in the… … Wikipedia
Recursion (computer science) — Recursion in computer science is a way of thinking about and solving problems. It is, in fact, one of the central ideas of computer science. [cite book last = Epp first = Susanna title = Discrete Mathematics with Applications year=1995… … Wikipedia
radiation — radiational, adj. /ray dee ay sheuhn/, n. 1. Physics. a. the process in which energy is emitted as particles or waves. b. the complete process in which energy is emitted by one body, transmitted through an intervening medium or space, and… … Universalium
High-speed rail in the United Kingdom — The United Kingdom has four classic main railway lines operating at convert|125|mph|km/h|sigfig=2, plus convert|108|km|mi|sigfig=1 of High Speed 1 high speed line.The fastest current UK domestic services operate at convert|125|mph|km/h|sigfig=2… … Wikipedia
Rocker-bogie — The Rocker Bogie system is the suspension arrangement used in the Mars rovers (mechanical robot) for both the Mars Pathfinder and Mars Exploration Rover missions. It is currently NASA s favored design. [David P. Miller, Tze Liang Lee:… … Wikipedia
Mediaproxy — is an Open Source far end NAT traversal solution for OpenSER. By using Traversal Using Relay NAT protocol (TURN), MediaProxy behaves as a media relay allowing audio and video traffic (RTP streams) to bypass broadband routers without setting up… … Wikipedia
Cycling records — This is a list of certified and recognised cycling records as recognised by the Union Cycliste Internationale, International Human Powered Vehicle Association and World Human Powered Vehicle Association, Guinness World Records, International… … Wikipedia
Selection algorithm — In computer science, a selection algorithm is an algorithm for finding the kth smallest number in a list (such a number is called the kth order statistic). This includes the cases of finding the minimum, maximum, and median elements. There are… … Wikipedia